找传奇、传世资源到传世资源站!

flash 播放mp3 实例源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>播放声音</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><script type="text/javascript" src="swfobject.js"></script><script type="text/javascript">window.onload = function(){swfobject.embedSWF("soundPlay.swf", "myContent", "280", "74", "10.0.0", "expressInstall.swf");}function play(){var swf = swfobject.getObjectById("myContent"); swf.playSound('http://localhost:8058/mp3/3.mp3');}function stop(){var swf = swfobject.getObjectById("myContent"); swf.stopSound();}</script></head><body><input type="button" value="播放" onclick="play();"; /><input type="button" value="停止" onclick="stop();"; /><br /><div id="myContent"></div></body></html>

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复